home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 48 / MOBICLIC 48.ISO / pc / DATA / PROM / IMPRIM02.DIR / 00006_Script_6 < prev    next >
Text File  |  2002-07-12  |  242b  |  16 lines

  1. -- impression de l'Θcran
  2. on exitFrame
  3.   global gTestMode
  4.   if gTestMode = 1 then
  5.     go to the frame
  6.   else
  7.     imprimeBon
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global gTestMode
  13.   if gTestMode = 1 then
  14.     go to the frame + 1
  15.   end if
  16. end